JBoss Community Archive (Read Only)

WildFly 8

Simple configuration subsystems

The following subsystems currently have no configuration beyond its root element in the configuration

<subsystem xmlns="urn:jboss:domain:ejb3:1.0"/>
<subsystem xmlns="urn:jboss:domain:jaxrs:1.0"/>
<subsystem xmlns="urn:jboss:domain:remoting:1.0"/>
<subsystem xmlns="urn:jboss:domain:sar:1.0"/>
<subsystem xmlns="urn:jboss:domain:threads:1.0"/>
<subsystem xmlns="urn:jboss:domain:weld:1.0"/>

The presence of each of these turns on a piece of functionality:

Name

Description

EJB3

Enables the deployment and functionality of EJB 3.1 applications.

JAXRS

Enables the deployment and functionality of JAX-RS applications. This is implemented by the RestEasy project

Remoting

Turns on the remoting subsystem, which is used for the management communication and will be what underlies remote JNDI lookups and remote EJB calls in a future release.

Sar

Enables the deployment of .SAR archives containing MBean services, as supported by previous versions of WildFly

Threads

This subsystem is being deprecated and will not be part of the next release

Weld

Enables the deployment and functionality of CDI applications

JBoss.org Content Archive (Read Only), exported from JBoss Community Documentation Editor at 2020-03-13 13:47:17 UTC, last content change 2014-03-24 13:53:51 UTC.